home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / eXpress TimeStamp Toucher / xtsti.exe / xtst.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2004-12-13  |  6KB  |  274 lines

  1. object MainForm: TMainForm
  2.   Left = 307
  3.   Top = 220
  4.   Anchors = [akTop, akRight]
  5.   AutoScroll = False
  6.   Caption = 'eXpress TimeStamp Toucher - FREEWARE'
  7.   ClientHeight = 413
  8.   ClientWidth = 366
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 270
  11.   Constraints.MinWidth = 374
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Shell Dlg 2'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCloseQuery = TntFormCloseQuery
  20.   DesignSize = (
  21.     366
  22.     413)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object PathLabel: TTntLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 22
  29.     Height = 13
  30.     Caption = '&Path'
  31.   end
  32.   object AboutLabel: TTntLabel
  33.     Left = 198
  34.     Top = 360
  35.     Width = 99
  36.     Height = 26
  37.     Alignment = taRightJustify
  38.     Anchors = [akRight, akBottom]
  39.     Caption = #169' 2004 Irnis Haliullin'#13'http://www.irnis.net'
  40.     Transparent = True
  41.     OnClick = AboutLabelClick
  42.     OnMouseMove = AboutLabelMouseMove
  43.     Caption_UTF7 = '+AKk 2004 Irnis Haliullin'#13'http://www.irnis.net'
  44.   end
  45.   object PathButton: TTntButton
  46.     Left = 328
  47.     Top = 24
  48.     Width = 30
  49.     Height = 21
  50.     Anchors = [akTop, akRight]
  51.     Caption = '...'
  52.     TabOrder = 1
  53.     OnClick = PathButtonClick
  54.   end
  55.   object RecurseBox: TTntCheckBox
  56.     Left = 8
  57.     Top = 48
  58.     Width = 113
  59.     Height = 17
  60.     Caption = '&Include subfolders'
  61.     Checked = True
  62.     State = cbChecked
  63.     TabOrder = 2
  64.   end
  65.   object StartButton: TTntButton
  66.     Left = 8
  67.     Top = 362
  68.     Width = 50
  69.     Height = 25
  70.     Action = StartAction
  71.     Anchors = [akLeft, akBottom]
  72.     Default = True
  73.     TabOrder = 4
  74.   end
  75.   object CloseButton: TTntButton
  76.     Left = 312
  77.     Top = 362
  78.     Width = 50
  79.     Height = 25
  80.     Anchors = [akRight, akBottom]
  81.     Cancel = True
  82.     Caption = '&Close'
  83.     TabOrder = 7
  84.     OnClick = CloseButtonClick
  85.   end
  86.   object StatusBar: TTntStatusBar
  87.     Left = 0
  88.     Top = 394
  89.     Width = 366
  90.     Height = 19
  91.     Panels = <>
  92.   end
  93.   object NewValueBox: TTntGroupBox
  94.     Left = 8
  95.     Top = 72
  96.     Width = 350
  97.     Height = 137
  98.     Caption = ' Set Date && Time values for '
  99.     TabOrder = 3
  100.     object CreateDate: TTntDateTimePicker
  101.       Left = 8
  102.       Top = 36
  103.       Width = 100
  104.       Height = 21
  105.       Date = 38271.463733946760000000
  106.       Time = 38271.463733946760000000
  107.       TabOrder = 1
  108.     end
  109.     object CreateTime: TTntDateTimePicker
  110.       Left = 8
  111.       Top = 84
  112.       Width = 100
  113.       Height = 21
  114.       Date = 38271.480943541670000000
  115.       Time = 38271.480943541670000000
  116.       Kind = dtkTime
  117.       TabOrder = 3
  118.     end
  119.     object ModifyTime: TTntDateTimePicker
  120.       Left = 124
  121.       Top = 84
  122.       Width = 100
  123.       Height = 21
  124.       Date = 38271.480943541670000000
  125.       Time = 38271.480943541670000000
  126.       Kind = dtkTime
  127.       TabOrder = 7
  128.     end
  129.     object ModifyDate: TTntDateTimePicker
  130.       Left = 124
  131.       Top = 36
  132.       Width = 100
  133.       Height = 21
  134.       Date = 38271.463733946760000000
  135.       Time = 38271.463733946760000000
  136.       TabOrder = 5
  137.     end
  138.     object AccessDate: TTntDateTimePicker
  139.       Left = 240
  140.       Top = 36
  141.       Width = 100
  142.       Height = 21
  143.       Date = 38271.463733946760000000
  144.       Time = 38271.463733946760000000
  145.       TabOrder = 9
  146.     end
  147.     object AccessTime: TTntDateTimePicker
  148.       Left = 240
  149.       Top = 84
  150.       Width = 100
  151.       Height = 21
  152.       Date = 38271.480943541670000000
  153.       Time = 38271.480943541670000000
  154.       Kind = dtkTime
  155.       TabOrder = 11
  156.     end
  157.     object SameValueBox: TTntCheckBox
  158.       Left = 8
  159.       Top = 112
  160.       Width = 225
  161.       Height = 17
  162.       Caption = 'Set same date&&time for all three values'
  163.       TabOrder = 12
  164.     end
  165.     object CreateDateBox: TTntCheckBox
  166.       Left = 8
  167.       Top = 16
  168.       Width = 97
  169.       Height = 17
  170.       Caption = 'Creation date'
  171.       TabOrder = 0
  172.     end
  173.     object ModifyDateBox: TTntCheckBox
  174.       Left = 124
  175.       Top = 16
  176.       Width = 97
  177.       Height = 17
  178.       Caption = 'Modified date'
  179.       Checked = True
  180.       State = cbChecked
  181.       TabOrder = 4
  182.     end
  183.     object AccessDateBox: TTntCheckBox
  184.       Left = 240
  185.       Top = 16
  186.       Width = 105
  187.       Height = 17
  188.       Caption = 'Last access date'
  189.       TabOrder = 8
  190.     end
  191.     object CreateTimeBox: TTntCheckBox
  192.       Left = 8
  193.       Top = 64
  194.       Width = 97
  195.       Height = 17
  196.       Caption = 'Creation time'
  197.       TabOrder = 2
  198.     end
  199.     object ModifyTimeBox: TTntCheckBox
  200.       Left = 124
  201.       Top = 64
  202.       Width = 97
  203.       Height = 17
  204.       Caption = 'Modified time'
  205.       Checked = True
  206.       State = cbChecked
  207.       TabOrder = 6
  208.     end
  209.     object AccessTimeBox: TTntCheckBox
  210.       Left = 240
  211.       Top = 64
  212.       Width = 105
  213.       Height = 17
  214.       Caption = 'Last access time'
  215.       TabOrder = 10
  216.     end
  217.   end
  218.   object PathEdit: TTntEdit
  219.     Left = 8
  220.     Top = 24
  221.     Width = 313
  222.     Height = 21
  223.     Anchors = [akLeft, akTop, akRight]
  224.     TabOrder = 0
  225.   end
  226.   object PauseButton: TTntButton
  227.     Left = 64
  228.     Top = 362
  229.     Width = 50
  230.     Height = 25
  231.     Action = PauseAction
  232.     Anchors = [akLeft, akBottom]
  233.     TabOrder = 5
  234.   end
  235.   object StopButton: TTntButton
  236.     Left = 120
  237.     Top = 362
  238.     Width = 50
  239.     Height = 25
  240.     Action = StopAction
  241.     Anchors = [akLeft, akBottom]
  242.     TabOrder = 6
  243.   end
  244.   object LogsMemo: TTntMemo
  245.     Left = 8
  246.     Top = 216
  247.     Width = 350
  248.     Height = 133
  249.     Anchors = [akLeft, akTop, akRight, akBottom]
  250.     ScrollBars = ssBoth
  251.     TabOrder = 9
  252.     WordWrap = False
  253.   end
  254.   object ActionList: TTntActionList
  255.     Left = 40
  256.     Top = 8
  257.     object StartAction: TTntAction
  258.       Caption = '&Start'
  259.       OnExecute = StartActionExecute
  260.       OnUpdate = StartActionUpdate
  261.     end
  262.     object PauseAction: TTntAction
  263.       Caption = '&Pause'
  264.       OnExecute = PauseActionExecute
  265.       OnUpdate = PauseActionUpdate
  266.     end
  267.     object StopAction: TTntAction
  268.       Caption = 'S&top'
  269.       OnExecute = StopActionExecute
  270.       OnUpdate = StopActionUpdate
  271.     end
  272.   end
  273. end
  274.